home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  71 b   |  9 lines

  1. if(myArray[2] == 1)
  2. {
  3.    gotoAndPlay(5);
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9.